﻿.header {
    height: auto !important;
}

.header>img {
    max-height: none !important;
}

.content {
    height: 1015px;
    padding-bottom: 75px;
}

.page {
    height: 450px;
    width: 854px !important;
    margin-top: 20px;
}

.index_industry {
    height: 380px;
    width: 1200px;
}

.index_industry_title {
    height: 135px;
    border-bottom: 1px solid #dadada;
    text-align: center;
}

.index_industry_title>p {
    padding-top: 71px;
    font-size: 2em;
}

.index_industry_title>span {
    font-size: 0.5em;
    color: #aeaeae;
}

.index_industry_title>div {
    margin: 0 auto;
    width: 60px;
    border-bottom: 3px solid #212121;
}

.industrys {
    width: 350px;
    margin-top: 65px;
    float: left;
}

.industrys:nth-child(2) {
    margin-left: 75px;
    margin-right: 75px;
}

.industrys>div {
    height: 45px;
    margin-top: 10px;
}

.industrys>div>a>img {
    vertical-align: middle;
    float: right;
    margin-right: 10px;
}

.industrys>div>span {
    color: #27a1f4;
    font-size: 1.5em;
}

.index_about {
    height: 640px;
    width: 1200px;
}

.index_about_title {
    height: 135px;
    border-bottom: 1px solid #dadada;
    text-align: center;
}

.index_about_title>p {
    padding-top: 71px;
    font-size: 2em;
}

.index_about_title>span {
    font-size: 0.5em;
    color: #aeaeae;
}

.index_about_title>div {
    margin: 0 auto;
    width: 60px;
    border-bottom: 3px solid #212121;
}

.index_about_list {
    height: 500px;
    width: 1200px;
    position: relative;
}

.index_about_img {
    width: 855px;
    float: left;
}

.p_n {
    position: absolute;
    bottom: 0px;
    right: 150px;
}

.p_n>li {
    display: block;
    width: 30px;
    height: 60px;
    float: left;
    margin:0 20px 0 20px; 
    background-color: rgba(134, 134, 134, 0.02);
    cursor: pointer;
}
.index_about_text{
    width: 295px;
    height: 230px;
    padding: 30px 45px 50px 50px; 
    background-image: url("../images/index_about_block.png");
    position: absolute;
    right: 10px;
    top: 75px;
    z-index: 100;
    color: #fcfcfc;
}
.index_about_text p{
    font-size: 1.7em;
    width: 295px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 1em;
}
.index_about_text span{
    line-height: 2em;
}
.index_about_more{
    width: 105px;
    height: 100px;
    background-color: #f6f6f6;
    color: #aeaeae;
    text-align: center;
    line-height: 100px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.stop{
    border-color: #d6d6d6 !important;
}